home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / plugins / tools / maps / r3iadema.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  1.2 KB  |  48 lines

  1.  
  2. // JavaScript wrapper for r3iadema.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_IADEFAULTMAP_H = 1;
  7. include("real/intact/r3ianp.js")
  8.  
  9.  
  10. var R3CLID_IADEFAULTMAP = 1285;
  11.  
  12.  
  13.  
  14.  
  15. R3IADEFMAPA_MapName = 1285500;
  16. function SetR3IADEFMAPA_MapName(value) {
  17.   R3Set(this.r3obj, R3IADEFMAPA_MapName, value, R3TID_STRING, 0); 
  18. }
  19.  
  20. function GetR3IADEFMAPA_MapName() {
  21.   return R3Get(this.r3obj, R3IADEFMAPA_MapName, R3TID_STRING, 0); 
  22. }
  23.  
  24. R3IADEFMAPA_MappingType = 1285501;
  25. function SetR3IADEFMAPA_MappingType(value) {
  26.   R3Set(this.r3obj, R3IADEFMAPA_MappingType, value, R3TID_INTEGER, 0); 
  27. }
  28.  
  29. function GetR3IADEFMAPA_MappingType() {
  30.   return R3Get(this.r3obj, R3IADEFMAPA_MappingType, R3TID_INTEGER, 0); 
  31. }
  32.  
  33.  
  34.  
  35. function r3Iadefaultmap () { 
  36.    this.base = r3God;
  37.    if(arguments.length) {
  38.       this.base(R3CLID_IADEFAULTMAP, arguments);
  39.    }
  40.    // Attributes
  41.    this.GetMapName=GetR3IADEFMAPA_MapName;
  42.    this.SetMapName=SetR3IADEFMAPA_MapName;
  43.    this.GetMappingType=GetR3IADEFMAPA_MappingType;
  44.    this.SetMappingType=SetR3IADEFMAPA_MappingType;
  45. }
  46.  
  47. r3Iadefaultmap.prototype=new r3Ianp;
  48. // r3iadema.h_H